CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 算法 csharp

搜索资源列表

  1. OpenSURF

    1下载:
  2. surf算法是现在最新的寻找图像特征点并匹配的算法,与SIFT算法相比速度更快,可以用在3D重建、图像拼接等多个领域-surf algorithm is now the latest to find the image feature points and matching algorithms, compared with the SIFT algorithm is faster, can be used in 3D reconstruction, image mosaic, and othe
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1604315
    • 提供者:xmchen
  1. granados200.tar

    0下载:
  2. Granados是一个基于.NET的SSH客户端库。同时支持SSH1和SSH2。实现了AES, Blowfish, TripleDES, RSA, DSA等加密验证算法。实现TCP协议连接。-Granados is a based on. NET client library for SSH. At the same time support the SSH1 and SSH2. Achieved AES, Blowfish, TripleDES, RSA, DSA and other cryp
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-02
    • 文件大小:138614
    • 提供者:sunxun
  1. ID3

    0下载:
  2. 自己实现的ID3算法,可以对连续变量进行离散化操作-Own implementation of ID3 algorithm to discretize the continuous operation of the variable
  3. 所属分类:CSharp

    • 发布日期:2017-03-24
    • 文件大小:355520
    • 提供者:jcli
  1. image_segmentation

    0下载:
  2. C#实现图像分割,包括图片示例。实现了各种图像分割的算法-C# to write image segmentation system with case images
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:381730
    • 提供者:王飞
  1. multiplynewsextraction

    0下载:
  2. 新闻内容页的多要素信息抽取算法,包括标题、作者、正文、时间、来源等要素的抽取-Many elements of news content page information extraction algorithms, including title, author, text, time, source, extraction of elements such as
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:354921
    • 提供者:zhaojiguang
  1. k-meams(sourcecode)

    2下载:
  2. C#实现k均值文本聚类算法,文本聚类C#源程序,k-means聚类算法-C# to achieve k means clustering algorithm, document clustering C# source code, k-means clustering algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-21
    • 文件大小:37988
    • 提供者:康卫
  1. Particle_Swarm_Optimization

    0下载:
  2. 使用C#简单实现粒子群算法,该方法实现简单-The realization of the use of C# a simple particle swarm optimization, the method of simple
  3. 所属分类:CSharp

    • 发布日期:2017-04-10
    • 文件大小:985
    • 提供者:林伟哲
  1. FFT

    0下载:
  2. C#实现的快速傅里叶变换,递归算法,可用于信号处理。-failed to translate
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:32867
    • 提供者:李丹
  1. cSharp-interpolation

    1下载:
  2. 用c#实现插值的源代码,配套书籍为《C#数值计算算法编程》-Interpolation with c# source code to achieve, and the supporting books for the " C# numerical algorithm programming"
  3. 所属分类:CSharp

    • 发布日期:2017-04-02
    • 文件大小:550163
    • 提供者:许从
  1. Csharp_Apriori

    0下载:
  2. 本程序用VS2008开发环境,采用Csharp语言编写。用一个简易的对话框实现Apriori关联算法,逐步统计推理,实现算法功能。简单、易学。-This is a simple demo of Apriori algorithm. This code is finished by Csharp in VS2008. It s brief enough for beginners.
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:62349
    • 提供者:naterliu
  1. DotNET2008BasedSVM

    2下载:
  2. 支持向量机用于遥感影像分类,是一种高效、高精度的人工智能分类算法-SVM is a powerful classification algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-12-09
    • 文件大小:141312
    • 提供者:王晴
  1. des

    0下载:
  2. 用c#实现的简单的des算法的小程序,输入明文加密成密文,输入密文解密成明文。-With c# Realized des simple algorithm applet, enter the explicit encryption into ciphertext, enter into explicit ciphertext decryption.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-01
    • 文件大小:14428
    • 提供者:stella
  1. RC6

    0下载:
  2. RC6加密解密算法C#实现源码!该算法完善了《朱明海--维普资讯网--对称加解密算法RC6的C#实现》未完善的源码,以供大家学习!详细解释请查看:http://blog.csdn.net/ExcelWord/archive/2010/11/29/6041864.aspx -RC6 encryption and decryption algorithms to achieve C# source code! The algorithm improved, " Zhu Minghai-
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:44894
    • 提供者:
  1. CsharpdrawLine

    0下载:
  2. 2种算法包括bresenham酸法和DDA算法来绘制直线用C#实现-Two kinds of algorithms, including Bresenham acid and DDA algorithm to draw a straight line with C# Achieve
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-02
    • 文件大小:14817
    • 提供者:zuodanqing
  1. vigenere

    0下载:
  2. 粗程序用c语言实现了维吉尼亚密码的加密算法-Procedures used coarse language to achieve the Virginia c password encryption algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:956
    • 提供者:Ian
  1. 24dianSourceCode

    0下载:
  2. 自己设计的24点游戏,利用穷举法,可以计算任意4个小于13的数的24点,并给出算法,而且可以让用户输入答案,判断答案的正确性。-24 points of their own design games, the use of exhaustive method can calculate any of the four is less than 13 the number of 24 points, and gives algorithms, but also allows users to in
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:53240
    • 提供者:fyzs_999
  1. Graphics_project

    0下载:
  2. C#实现的画图工具,可以绘制直线,圆,椭圆,直线采用DDA算法,圆采用中点圆算法,椭圆采用中点椭圆算法-C
  3. 所属分类:GDI-Bitmap

    • 发布日期:2016-04-01
    • 文件大小:529766
    • 提供者:maxwell
  1. CSharp

    0下载:
  2. CSharp经典实例经典著作其中每个实例都具有代表性开拓了算法思路-CSharp classic classic example of one representative each instance of the algorithm to develop ideas
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1208222
    • 提供者:张之万
  1. LineDrawing

    0下载:
  2. 直线生成算法演示. 中点画线 & DDA算法.-Straight-line generation algorithm demo. Stipple line in
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:18272
    • 提供者:istar
  1. illumination-normalization

    0下载:
  2. 这个c#编写的程序,用来对人脸图像进行预处理,从而提升人脸识别算法的性能。这里提出了3种用于人脸识别的图像预处理的光照归一化算法,即:Multiscale retinex和anisotropic 和isotropic平滑方法。-The c# Preparation procedures used for face image preprocessing, so as to enhance the performance of face recognition algorithms. Here p
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:251406
    • 提供者:小单
« 1 2 3 4 56 7 8 9 10 ... 19 »
搜珍网 www.dssz.com